|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebServiceOperation
This interface represents a web service operation.
| Method Summary | |
|---|---|
FieldType |
getFault(java.lang.String faultName)
Returns the web service message formats this operation returns as faults. |
java.lang.String[] |
getFaultNames()
Returns the names of the web service message formats this operation returns as faults. |
FieldType |
getInput(java.lang.String inputName)
Returns the named web service message format this operation takes as input. |
java.lang.String[] |
getInputNames()
Returns the names of the web service message formats this operation takes as input. |
FieldType |
getOutput()
Returns the web service message format this operation returns as output. |
IWebServicePort |
getWebServicePort()
Returns the IWebServicePort that contains this operation. |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
java.lang.String[] getInputNames()
FieldType getInput(java.lang.String inputName)
inputName - The name of the input parameter type to return.
java.lang.String[] getFaultNames()
FieldType getFault(java.lang.String faultName)
faultName - The name of the fault return type to return.
FieldType getOutput()
IWebServicePort getWebServicePort()
IWebServicePort that contains this operation.
IWebServicePort that contains this operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||